home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / Shared.Dir / 00977.ls < prev    next >
Encoding:
Text File  |  1997-11-20  |  192 b   |  13 lines

  1. on exitFrame
  2.   set rnum to random(4)
  3.   Talk("R1." & rnum)
  4.   set rnum to random(4)
  5.   if rnum <= 2 then
  6.     set temp to 1
  7.   else
  8.     set temp to 2
  9.   end if
  10.   wait(30)
  11.   Talk("R1.1." & temp)
  12. end
  13.